Installing NVIDIA Drivers
NVIDIA drivers are specialized software designed for NVIDIA GPUs (Graphics Processing Units), serving as the bridge between computer systems and NVIDIA GPUs. These drivers enable the operating system to recognize and communicate with the GPU, unlocking its full functionality and performance.
sudo ufw disable
lspci | grep -i nvidia
apt-get update
apt install gcc g++ make build-essential libglvnd-dev

Ensure the driver's major version is 550 when downloading.
![]() |
Figure: Downloading NVIDIA Drivers from Official Website |
chmod +x NVIDIA-Linux-x86_64-550.54.14.run
./NVIDIA-Linux-x86_64-550.54.14.run
After installation, execute the following command. The output shown below indicates successful installation.
nvidia-smi
![]() |
Figure: Verifying NVIDIA Driver Installation |
- Permanently disable firewall
- Check for NVIDIA GPU and model (e.g., RTX 4060/4090)
- Update package lists
- Install required software packages and dependencies
- Download NVIDIA drivers from Official Website (https://www.nvidia.cn/drivers/unix/)
- Grant installation permissions to driver package
- Install drivers (follow on-screen prompts)
- Verify installation results